projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b188781
)
(region_limit): Nicer error message.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 1 Feb 2002 04:35:03 +0000
(
04:35
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 1 Feb 2002 04:35:03 +0000
(
04:35
+0000)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index fac0db045ebc4e31ec2965711d307d5616c1317c..dabd920e94750b2f2f94a642eaa15854212e32c1 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-293,7
+293,7
@@
region_limit (beginningp)
m = Fmarker_position (current_buffer->mark);
if (NILP (m))
- error ("The
re is no region now
");
+ error ("The
mark is not set now, so there is no region
");
if ((PT < XFASTINT (m)) == beginningp)
m = make_number (PT);